CRPEJob::SetNthParam

CRPEJob::SetNthParam is obsolete. It will still work for older applications. However, there have been a number of major enhancements to the parameter fields (default values, multiple values, value ranges, etc.). Use CRPEJob::SetNthParameterField, for all new development.

CRPEJob::SetNthParam was used to set the value of a parameter in a stored procedure.

Syntax
BOOL SetNthParam (
        short paramN,
        const char *paramValue );
Parameters

paramN

Specifies for which parameter in the stored procedure you want to set the value. The first parameter of a stored procedure is 0, the second is 1, etc.

paramValue

Specifies a pointer to the new value of the indicated parameter. This value must be a string. Please see Remarks below.

Returns
Remarks

All parameter values must be passed as string values. If you wish to pass a numeric value, pass the value in quotes (for example: "100").



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com